home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 15677 < prev    next >
Encoding:
Text File  |  1996-08-05  |  3.6 KB  |  73 lines

  1. Path: news.compuserve.com!newsmaster
  2. From: Philippe Verdy <100105.3120@compuserve.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: BC++ 5.0 IDE woes
  5. Date: 7 Apr 1996 23:03:24 GMT
  6. Organization: CompuServe Incorporated
  7. Message-ID: <4k9hjs$fl9@arl-news-svc-5.compuserve.com>
  8. NNTP-Posting-Host: ad04-110.compuserve.com
  9.  
  10. marnold@netcom.com (Matt Arnold) s'Θcrit :
  11. > pete@borland.com (Pete Becker) writes:
  12. > >In article <dpayne.828477660@rainbow>, dpayne@rainbow.rmii.com says...
  13. > >>
  14. > >>One huge problem I am experiencing with BC++ 5.0 (with patch) that I
  15. > >>haven't seen posted is the terminal error while simply editing a source
  16. > >>file in the IDE. I have experienced numerous (very frustrating) abends
  17. > >>of the IDE while editing the source. At first I thought maybe there
  18. > >>was a problem with the Win95 patch (from Microsoft), but the same error
  19. > >>occurs in NT3.51 as well. Occasionally, the compile process will just hang
  20. > >>as well. 
  21. > >Nope, haven't heard of this broad a problem. Does this happen on a "clean" 
  22. > >system, with no other applications running? If not, there's some interaction 
  23. > >with some other application, and it would be a great help if you can track down 
  24. > >which application it is.
  25. > Borland C++ has been randomly causing GPFs for me while doing routine 
  26. > editor operations since version 4.0, on a wide variety of system
  27. > configurations.  I currently have version 4.52 and most of the time, I
  28. > run only the IDE (and stock Windows applets).
  29. > These GPFs usually seem to occur in conjunction with selecting text or 
  30. > using the clipboard.  The exact same problem seems to have existed in
  31. > all versions I've ever used since 4.0.  I can't give an exact 
  32. > reproduction scenario, since it doesn't happen all the time, and it's
  33. > difficult to remember the exact keys that we had just pressed when it
  34. > happens.  The one consistent theme that I do remember, is that it
  35. > always happens when working near the end of text in an editor window.
  36. > I finally just accepted it as a bug that wasn't going away.  If it *is* 
  37. > some basic bug in the Borland C++ editor code, I'm not really surprised 
  38. > it made it into 5.0, since apparently no one at Borland caught it going 
  39. > from 4.0 all the way 4.52.  However, since 5.0 is supposed to be such a 
  40. > rework of the IDE, it seems unlikely the bug could have persisted.
  41. > Still, I can't imagine, if the programmers at Borland use Borland C++
  42. > themselves, why someone at Borland in the IDE group hasn't come across
  43. > this bug themselves while programming during the last two years.
  44. > Maybe they all use Brief or something.
  45. > Regards,
  46. > -------------------------------------------------------------------------
  47. > Matt Arnold                       |        | ||| | |||| |  | | || ||
  48. > marnold@netcom.com                |        | ||| | |||| |  | | || ||
  49. > Boston, MA                        |      0 | ||| | |||| |  | | || ||
  50. > 617.389.7384 (h) 617.576.2760 (w) |        | ||| | |||| |  | | || ||
  51. > C++, MIDI, Win32/95 developer     |        | ||| 4 3 1   0 8 3 || ||
  52. > -------------------------------------------------------------------------
  53. You should also note that there are some problems with some
  54. keyboards, which do not report the correct codes when several
  55. keys are pressed simultaneously.
  56. There are also problems with some key macro utilities which
  57. sometime do not handle the keyboard state correctly, leaving
  58. the shift codes (Shift, Alt, AltGr, Control, NumLock, CapsLock
  59. and so on) in a bad state. Thse tools simply grab the system
  60. keyboard messages, and sometimes do not generate correct
  61. sequences to the other applications. Tools known to do that
  62. are those on Compaq machines, and those coming with some
  63. mouse emulator drivers...
  64.